You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sRuntime.getWebExtensionController().ensureBuiltIn(
EXTENSION_LOCATION,
"uBlock0@raymondhill.net"
).accept(
{ extension ->// Use Log to print information about the installed extensionLog.i("MessageDelegate", "Extension installed: "+ extension)
},
{ e ->// Handle error if registering the WebExtension failsLog.e("MessageDelegate", "Error registering WebExtension", e)
}
)
Have you found a solution yet? I'm also having the same problem. I tried several solutions and suggestions from different forums, but I haven't been able to resolve it.
Have you found a solution yet? I'm also having the same problem. I tried several solutions and suggestions from different forums, but I haven't been able to resolve it.
Yep,
Please check out this code, and it has to have this folder too
Uh oh!
There was an error while loading. Please reload this page.
Hi, i have this following kotlin code
and this location.
But this doesn't register and the log has some weird things in it:
Is there any way i can load extensions such as
ublock Origin
into my android GeckoView?thanks a lot in advance
The text was updated successfully, but these errors were encountered: